home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
mac
/
PinkData
/
RDa3.dir
/
00050_Script_50
< prev
Wrap
Text File
|
1995-08-15
|
472b
|
20 lines
on mouseDown
if the ink of sprite 8 = 7 then
sound playFile 2, "SEmatch.AIF"
set the ink of sprite 8 = 0
else
if the ink of sprite 9 = 7 then
sound playFile 2, "SEmatch.AIF"
set the ink of sprite 9 = 0
else
if the ink of sprite 10 = 7 then
sound playFile 2, "SEgood.AIF"
set the ink of sprite 10 = 0
end if
end if
end if
set the locH of sprite clickOn() = stageLeft()-200
end